All Questions
1 question
2votes
2answers
2kviews
MVC 3 partial view validation problem
I'm trying to validate a form in a Partal View using the DataAnnotations. The problem is when I check if the form is valid in the javascript, it always returns true, even if the form doesn't meet the ...